@Test
public void proxyApiAccess()
{
TDClient client = new TDClient(TDClientConfig.currentConfig().withProxy(proxyBaseConfig()));
try {
client.serverStatus();
@Test
public void proxyApiAccess()
{
TDClient client = TDClient.newBuilder().setProxy(proxyBaseConfig()).build();
try {
client.serverStatus();